func runtime.netpoll

6 uses

	runtime (current package)
		netpoll_epoll.go#L106: func netpoll(delay int64) gList {
		proc.go#L1257: 		list := netpoll(0) // non-blocking
		proc.go#L2576: 		if list := netpoll(0); !list.empty() { // non-blocking
		proc.go#L2767: 		list := netpoll(delay) // block until new work is available
		proc.go#L2821: 		if list := netpoll(0); !list.empty() {
		proc.go#L5131: 			list := netpoll(0) // non-blocking - returns list of goroutines